home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / awe / adip.exe / ADIP02.ZIP / WINDOWS / SAMPLE / MCI.H < prev    next >
C/C++ Source or Header  |  1994-07-08  |  3KB  |  38 lines

  1. /*****************************************************************************
  2. *                                                                            *
  3. * MCI.H SB AWE32 MCI Support module header file                              *
  4. *                                                                            *
  5. * (C) Copyright Creative Technology Ltd. 1992-94. All rights reserved        *
  6. * worldwide.                                                                 *
  7. *                                                                            *
  8. * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      *
  9. * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE        *
  10. * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR      *
  11. * PURPOSE.                                                                   *
  12. *                                                                            *
  13. * You have a royalty-free right to use, modify, reproduce and                *
  14. * distribute the Sample Files (and/or any modified version) in               *
  15. * any way you find useful, provided that you agree to                        *
  16. * the Creative's Software Licensing Aggreement and you also agree that       *
  17. * Creative has no warranty obligations or liability for any Sample Files.    *
  18. *                                                                            *
  19. ******************************************************************************/
  20.  
  21. /*****************************************************************************
  22. *   File name   : MCI.H                                                      *
  23. *                                                                            *
  24. *       Programmer      : Nigel Tan/Cheng Kok Hoong                          *
  25. *                         Creative Technology Ltd, 1994. All rights reserved.*
  26. *                                                                            *
  27. *       MCI provides support routines header file                            *
  28. *                                                                            *
  29. ******************************************************************************/
  30.  
  31. #include "mmsystem.h"
  32.  
  33. extern DWORD FAR PASCAL MCIOpenDevice (LPWORD, LPSTR);
  34. extern DWORD FAR PASCAL MCIPlayDevice (HWND, WORD);
  35. extern DWORD FAR PASCAL MCIEndPlay (WORD);
  36. extern DWORD FAR PASCAL MCICloseDevice (WORD);
  37. extern DWORD FAR PASCAL MCIGetLengthString (LPSTR, LPSTR);
  38.